func net.unixSocket
4 uses
net (current package)
unixsock_posix.go#L16: func unixSocket(ctx context.Context, net string, laddr, raddr sockaddr, mode string, ctxCtrlFn func(context.Context, string, string, syscall.RawConn) error) (*netFD, error) {
unixsock_posix.go#L164: fd, err := unixSocket(ctx, sd.network, laddr, raddr, "dial", ctrlCtxFn)
unixsock_posix.go#L226: fd, err := unixSocket(ctx, sl.network, laddr, nil, "listen", ctrlCtxFn)
unixsock_posix.go#L240: fd, err := unixSocket(ctx, sl.network, laddr, nil, "listen", ctrlCtxFn)